home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / sleepless-knight.swf / scripts / DefineButton2_221 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-11  |  149 b   |  9 lines

  1. on(release){
  2.    if(_root.contButton._alpha == 100)
  3.    {
  4.       _root.loadData();
  5.       stopAllSounds();
  6.       _root.gotoFrame("GAME");
  7.    }
  8. }
  9.